SaveAsGif(String,Nullable<Rectangle>) Method
In This Topic
Saves the image into a file in GIF format.
Syntax
'Declaration
Public Overloads Sub SaveAsGif( _
ByVal As System.String, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
public void SaveAsGif(
System.string ,
System.Nullable<Rectangle>
)
Parameters
- path
- The output file path.
- clipRect
- Clipping rectangle of the image to be saved.
See Also